projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039440c
)
(main): Return 0.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 23 May 1993 18:52:53 +0000
(18:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 23 May 1993 18:52:53 +0000
(18:52 +0000)
lib-src/make-path.c
patch
|
blob
|
history
diff --git
a/lib-src/make-path.c
b/lib-src/make-path.c
index 6741aa34b95cf304d6e3a8b3ba5a41bed92524e2..9c6aeb3906c099371ab3d16a7f91929c9bc7d909 100644
(file)
--- a/
lib-src/make-path.c
+++ b/
lib-src/make-path.c
@@
-82,4
+82,6
@@
main (argc, argv)
next_pathname:
;
}
+
+ return 0;
}